home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Chip 2005 June
/
ccd0605.iso
/
Software
/
Shareware
/
Utilitare
/
supercoolpim
/
setup.exe
/
{app}
/
SuperCoolPIM.exe
/
0
/
RCDATA
/
TPARAFORMATDLG
/
TPARAFORMATDLG.txt
Wrap
Text File
|
2005-01-28
|
4KB
|
201 lines
object ParaFormatDlg: TParaFormatDlg
Left = 351
Top = 206
BorderStyle = bsDialog
Caption = 'Paragraph'
ClientHeight = 269
ClientWidth = 371
Color = clBtnFace
Font.Charset = ANSI_CHARSET
Font.Color = clWindowText
Font.Height = -12
Font.Name = 'Arial'
Font.Style = []
OldCreateOrder = True
Position = poScreenCenter
OnCreate = FormCreate
PixelsPerInch = 96
TextHeight = 15
object Bevel1: TBevel
Left = 0
Top = 0
Width = 371
Height = 211
Align = alTop
Style = bsRaised
end
object OkBtn: TButton
Left = 100
Top = 226
Width = 75
Height = 30
Caption = 'OK'
Default = True
Font.Charset = ANSI_CHARSET
Font.Color = clWindowText
Font.Height = -14
Font.Name = 'Arial'
Font.Style = []
ModalResult = 1
ParentFont = False
TabOrder = 3
end
object CancelBtn: TButton
Left = 204
Top = 226
Width = 75
Height = 30
Cancel = True
Caption = 'Cancel'
Font.Charset = ANSI_CHARSET
Font.Color = clWindowText
Font.Height = -14
Font.Name = 'Arial'
Font.Style = []
ModalResult = 2
ParentFont = False
TabOrder = 4
end
object IndentBox: TGroupBox
Left = 12
Top = 10
Width = 346
Height = 59
Caption = ' Indentation '
TabOrder = 0
object Label1: TLabel
Left = 9
Top = 24
Width = 26
Height = 15
Caption = '&Left: '
FocusControl = LeftIndent
end
object Label2: TLabel
Left = 109
Top = 24
Width = 35
Height = 15
Caption = '&Right: '
FocusControl = RightIndent
end
object Label3: TLabel
Left = 217
Top = 24
Width = 53
Height = 15
Caption = '&First line: '
FocusControl = FirstIndent
end
object LeftIndent: TRxSpinEdit
Left = 36
Top = 20
Width = 61
Height = 23
Alignment = taRightJustify
ButtonKind = bkStandard
Decimal = 0
TabOrder = 0
end
object RightIndent: TRxSpinEdit
Left = 147
Top = 20
Width = 61
Height = 23
Alignment = taRightJustify
ButtonKind = bkStandard
Decimal = 0
TabOrder = 1
end
object FirstIndent: TRxSpinEdit
Left = 271
Top = 20
Width = 61
Height = 23
Alignment = taRightJustify
ButtonKind = bkStandard
Decimal = 0
TabOrder = 2
end
end
object Alignment: TRadioGroup
Left = 12
Top = 79
Width = 165
Height = 116
Caption = ' Alignment '
ItemIndex = 0
Items.Strings = (
'Align Left'
'Align Right'
'Align Center')
TabOrder = 1
end
object SpacingBox: TGroupBox
Left = 192
Top = 79
Width = 165
Height = 116
Caption = ' Spacing '
TabOrder = 2
object Label4: TLabel
Left = 12
Top = 23
Width = 79
Height = 15
Caption = 'Space &before: '
FocusControl = SpaceBefore
end
object Label5: TLabel
Left = 12
Top = 55
Width = 68
Height = 15
Caption = 'Space &after: '
FocusControl = SpaceAfter
end
object Label6: TLabel
Left = 12
Top = 87
Width = 77
Height = 15
Caption = 'Li&ne spacing: '
FocusControl = LineSpacing
end
object SpaceBefore: TRxSpinEdit
Left = 95
Top = 18
Width = 56
Height = 23
Alignment = taRightJustify
ButtonKind = bkStandard
Decimal = 0
MaxValue = 2147483647.000000000000000000
TabOrder = 0
end
object SpaceAfter: TRxSpinEdit
Left = 95
Top = 50
Width = 56
Height = 23
Alignment = taRightJustify
ButtonKind = bkStandard
Decimal = 0
MaxValue = 2147483647.000000000000000000
TabOrder = 1
end
object LineSpacing: TRxSpinEdit
Left = 95
Top = 82
Width = 56
Height = 23
Alignment = taRightJustify
ButtonKind = bkStandard
Decimal = 0
Increment = 5.000000000000000000
MaxValue = 2147483647.000000000000000000
TabOrder = 2
end
end
end